intermediate representation造句
例句與造句
- Code generation arm / thumb instuctions are converted into ir ( intermediate representation ) , which are translated into x86 instructions later
代碼生成描述了arm / thumb機(jī)器指令對應(yīng)的中間代碼,以及生成x86機(jī)器指令的過程。 - Moreover , we present an intermediate representation for parsing tree of cfl sentence that can be easily implemented and needs less space occupancy
此外,為上下文無關(guān)語言句子的分析樹設(shè)計了一種簡單表示形式,這種表示形式可以提高空間效率,并且易于實現(xiàn)。 - Basing on the muti - threads parallel model on shered memory , we make some research and test of program parallelization on source code level and intermediate representation level
根據(jù)基于共享內(nèi)存方式的多線程并行模型,對于在源代碼級和中間代碼級進(jìn)行程序并行化做了一些研究和實驗。 - Nlidb is thespecificapplicationofnaturallanguageprocessingtechniqueindatabasefield . the traditional methods of nli designing include pattern - matching , syntax analysis , semantic grammar , and intermediate representation languages
自然語言接口設(shè)計的傳統(tǒng)方法包括模板匹配、句法分析、語義語法和中間表述語言等。 - At the same time , we make analysis about the several popular ir ( intermediate representation ) ( rtl , whirl , jvm ) and implement an assembler which can translate the ir to the object code of virtual machine . we also make some talking about the vm ( virturl machine ) technology relating to the ir , read and analyze the source codes of jvm and hec vm
同時,對幾種比較流行的中間代碼( rtl 、 whirl 、 java虛擬機(jī)指令)進(jìn)行了分析,實現(xiàn)了一個把中間代碼編譯成虛擬機(jī)目標(biāo)代碼的匯編器。此外,還對與中間代碼密切相關(guān)的虛擬機(jī)技術(shù)進(jìn)行了討論,閱讀并分析了java虛擬機(jī)和hec虛擬機(jī)實現(xiàn)的源代碼,在此基礎(chǔ)上,提出了并行虛擬機(jī)的設(shè)計構(gòu)想,通過并行虛擬機(jī)實現(xiàn)對串行程序的自動并行優(yōu)化和達(dá)到并行程序語言的跨平臺性。 - It's difficult to find intermediate representation in a sentence. 用intermediate representation造句挺難的
- However , gcc ca n ' t support all embedded equipements , there are still many platforms need cross - compilers . with the background of developing a renovated cross - compiler named zltcg supporting processor mipsx , this thesis analyzes the architecture of gcc cross - compiler system , deeply studies the intermediate representation and machine description which the portability of gcc are based on , and realizes porting of gcc cross - compiler system to a target processor mipsx
本論文以交叉編譯系統(tǒng)zltcg的開發(fā)為背景,詳細(xì)介紹了交叉編譯系統(tǒng)gcc的體系結(jié)構(gòu),對其高度可移植性所依賴的中間表示和機(jī)器描述技術(shù)進(jìn)行深入研究,并在此基礎(chǔ)上完成了gcc在目標(biāo)機(jī)mipsx上的移植工作。 - According to the program structure of ansi c , some syntax - tree - nodes are designed in front - end , including function , block , data structure , type , expression , identifier and so on . syntax tree is divided into three levels , namely program level , function level and block level , which are useful for analysis of syntax and semantic in compiler as well as transferring syntax tree into rtl . retargetable compiler mainly includes intermediate representation , machine description and interface technique between compiler and machine description
編譯前端的實現(xiàn)技術(shù)包括詞法分析、語法語義分析和中間代碼生成技術(shù)等,針對ansic的程序結(jié)構(gòu),分別設(shè)計了函數(shù)、塊、數(shù)據(jù)結(jié)構(gòu)、類型、表達(dá)式、標(biāo)識符等語法樹結(jié)點,并將語法樹分成編譯層次、函數(shù)聲明和塊三個不同層次,使語法樹具有清晰的層次結(jié)構(gòu),有利于編譯程序的語法和語義分析,以及從語法樹到rtl中間表示的轉(zhuǎn)換。